Uses of Class
edu.claflin.finder.algo.jungutils.AbstractGraph
-
Packages that use AbstractGraph Package Description edu.claflin.finder.algo.jungutils -
-
Uses of AbstractGraph in edu.claflin.finder.algo.jungutils
Subclasses of AbstractGraph in edu.claflin.finder.algo.jungutils Modifier and Type Class Description classAbstractTypedGraph<V,E>An abstract class for graphs whose edges all have the sameEdgeType.classSparseGraph<V,E>An implementation ofGraphthat is suitable for sparse graphs and permits both directed and undirected edges.classUndirectedSparseGraph<V,E>An implementation ofUndirectedGraphthat is suitable for sparse graphs.
-